debug: remove some event channel info from the 'i' and 'q' debug keys
authorDavid Vrabel <david.vrabel@citrix.com>
Mon, 14 Oct 2013 08:14:38 +0000 (10:14 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 14 Oct 2013 08:14:38 +0000 (10:14 +0200)
commit17ae93b12ddf22f2d794260a3dc2947858c625a0
tree506ec7b4537584312b61bb51b1aba50cf785af5d
parent699be3096ce62e2d6ef953b2a223c34330598ac8
debug: remove some event channel info from the 'i' and 'q' debug keys

The 'i' key would always use VCPU0's selector word when printing the
event channel state. Remove the incorrect output as a subsequent
change will add the (correct) information to the 'e' key instead.

When dumping domain information, printing the state of the VIRQ_DEBUG
port is redundant -- this information is available via the 'e' key.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/irq.c
xen/common/keyhandler.c